how do I delete my account on jenkins.io ?

2019-03-10 Thread Adam Monsen
Hi there, I created a 2nd jenkins.io/JIRA/etc account in error trying to recover my real/original account. Will someone please help me delete it? I also asked in #jenkins on FreeNode IRC and at https://twitter.com/meonkeys/status/1104975713487085568 . The account name is "cantlogin" and the ass

Re: running Jenkins behind an Elastic Load Balancer for SSL termination

2013-11-29 Thread Adam Monsen
n > > > On Friday, April 26, 2013 4:57:01 PM UTC-4, Adam Monsen wrote: >> >> I used this instead: >> >> iptables -t nat -A PREROUTING -p tcp --dport 443 -j REDIRECT --to-ports >> 8443 -- You received this message because you are subscribed to the Googl

Re: running Jenkins behind an Elastic Load Balancer for SSL termination

2013-04-26 Thread Adam Monsen
I used this instead: iptables -t nat -A PREROUTING -p tcp --dport 443 -j REDIRECT --to-ports 8443 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use

Re: running Jenkins behind an Elastic Load Balancer for SSL termination

2013-04-25 Thread Adam Monsen
05:20 PM, Adam Monsen wrote: > I thought it would be handy to > > * start jenkins on an EC2 instance with `java -jar jenkins.war` > * talk HTTPS to an ELB, and have the ELB talk HTTP to Jenkins > > In other words, terminate SSL at the Elastic Load Balancer. > > Is this e

running Jenkins behind an Elastic Load Balancer for SSL termination

2013-04-25 Thread Adam Monsen
I thought it would be handy to * start jenkins on an EC2 instance with `java -jar jenkins.war` * talk HTTPS to an ELB, and have the ELB talk HTTP to Jenkins In other words, terminate SSL at the Elastic Load Balancer. Is this even possible? I tried it out and got the warning "Jenkins says my rev