{"record":{"id":"f3146f50af0f42a1","repo":"hashicorp/vagrant","slug":"transport-is-not-a-supported-winrm-transport","errorCode":null,"errorMessage":"%{transport} is not a supported WinRM transport.","messagePattern":"%(.+?) is not a supported WinRM transport\\.","errorType":"exception","errorClass":"VagrantPlugins::CommunicatorWinRM::Errors::WinRMInvalidTransport","httpStatus":null,"severity":"error","filePath":"plugins/communicators/winrm/shell.rb","lineNumber":233,"sourceCode":"        @logger.info(\"  - Transport: #{@config.transport}\")\n\n        client = ::WinRM::Connection.new(endpoint_options)\n        client.logger = @logger\n        client\n      end\n\n      def connection\n        @connection ||= new_connection\n      end\n\n      def endpoint\n        case @config.transport.to_sym\n        when :ssl\n          \"https://#{@host}:#{@port}/wsman\"\n        when :plaintext, :negotiate\n          \"http://#{@host}:#{@port}/wsman\"\n        else\n          raise Errors::WinRMInvalidTransport, transport: @config.transport\n        end\n      end\n\n      def endpoint_options\n        { endpoint: endpoint,\n          transport: @config.transport,\n          operation_timeout: @config.timeout,\n          user: @username,\n          password: @password,\n          host: @host,\n          port: @port,\n          basic_auth_only: @config.basic_auth_only,\n          no_ssl_peer_verification: !@config.ssl_peer_verification,\n          retry_delay: @config.retry_delay,\n          retry_limit: @config.max_tries }\n      end\n\n      def elevated_username","sourceCodeStart":215,"sourceCodeEnd":251,"githubUrl":"https://github.com/hashicorp/vagrant/blob/35f3160f4ad6edc3a9f3aa9570adfc1a4d73aaa5/plugins/communicators/winrm/shell.rb#L215-L251","documentation":"Error \"%{transport} is not a supported WinRM transport.\" thrown in hashicorp/vagrant.","triggerScenarios":"Thrown at plugins/communicators/winrm/shell.rb:233 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"35f3160f4ad6edc3a9f3aa9570adfc1a4d73aaa5","analyzedAt":"2026-08-21T13:34:32.514Z","schemaVersion":2},"datasetVersion":"2026-08-21T18:17:14.833Z"}