Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for enabling (0.3 sec)

  1. cmd/iam.go

    	if err != nil {
    		iamLogIf(ctx, fmt.Errorf("Unable to initialize X.509/TLS STS API: %w", err), logger.WarningKind)
    	} else {
    		if stsTLSConfig.InsecureSkipVerify {
    			iamLogIf(ctx, fmt.Errorf("Enabling %s is not recommended in a production environment", xtls.EnvIdentityTLSSkipVerify), logger.WarningKind)
    		}
    		sys.Lock()
    		sys.STSTLSConfig = stsTLSConfig
    		sys.Unlock()
    	}
    
    	for {
    		if !openidInit {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 75.3K bytes
    - Viewed (0)
Back to top