[JIRA] (JENKINS-50160) Can't add credentials through https

2018-03-15 Thread istoman...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Anton Anonymous commented on  JENKINS-50160  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Can't add credentials through https   
 

  
 
 
 
 

 
 Stephen Connolly my nginx config      
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-50160) Can't add credentials through https

2018-03-14 Thread istoman...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Anton Anonymous updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50160  
 
 
  Can't add credentials through https   
 

  
 
 
 
 

 
Change By: 
 Anton Anonymous  
 

  
 
 
 
 

 
 When I try to add credentials for example login/password for docker registry, nothing happens and I get following error in console  (domain name changed to example.com) :{quote} Mixed Content: The page at 'https://example.com/job/dfo-pm-staging_backend_develop/configure' was loaded over HTTPS, but requested an insecure form action 'http://example.com/descriptor/com.cloudbees.plugins.credentials.Cred...ials.SystemCredentialsProvider$ProviderImpl/context/jenkins/addCredentials'. This request has been blocked; the content must be served over HTTPS.{quote}I can change form url to https instead of http using developer tools and then it submits correctly. How do I fix this issue?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from 

[JIRA] (JENKINS-50160) Can't add credentials through https

2018-03-14 Thread istoman...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Anton Anonymous created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50160  
 
 
  Can't add credentials through https   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Stephen Connolly  
 
 
Components: 
 credentials-plugin  
 
 
Created: 
 2018-03-14 08:07  
 
 
Environment: 
 Jenkins version 2.89.3  Credentials Plugin version 2.1.16  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Anton Anonymous  
 

  
 
 
 
 

 
 When I try to add credentials for example login/password for docker registry, nothing happens and I get following error in console: 

 Mixed Content: The page at 'https://example.com/job/dfo-pm-staging_backend_develop/configure' was loaded over HTTPS, but requested an insecure form action 'http://example.com/descriptor/com.cloudbees.plugins.credentials.Cred...ials.SystemCredentialsProvider$ProviderImpl/context/jenkins/addCredentials'. This request has been blocked; the content must be served over HTTPS.
 I can change form url to https instead of http using developer tools and then it submits correctly. How do I fix this issue?